From 051cd66e9d1f6acf99f282a0a235111dbea819bc Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 15 Apr 2011 18:06:03 +0000 Subject: [PATCH] Followup r83755: You removed them, you didn't deprecate them (there is a difference). If you're going to remove them, go the whole way rather than having people think they might still work. --- includes/DefaultSettings.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 67d9826bdd..56f16e976c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3197,18 +3197,6 @@ $wgSecureLogin = false; * @{ */ -/** - * Allow sysops to ban logged-in users - * @deprecated since 1.18 - */ -$wgSysopUserBans = true; - -/** - * Allow sysops to ban IP ranges - * @deprecated since 1.18; set $wgBlockCIDRLimit to array( 'IPv4' => 32, 'IPv6 => 128 ) instead. - */ -$wgSysopRangeBans = true; - /** * Number of seconds before autoblock entries expire. Default 86400 = 1 day. */ -- 2.20.1